func runtime.raceReadObjectPC
11 uses
runtime (current package)
iface.go#L324: raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convT))
iface.go#L339: raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convTnoptr))
map.go#L401: raceReadObjectPC(t.Key, key, callerpc, pc)
map.go#L462: raceReadObjectPC(t.Key, key, callerpc, pc)
map.go#L587: raceReadObjectPC(t.Key, key, callerpc, pc)
map.go#L701: raceReadObjectPC(t.Key, key, callerpc, pc)
mbarrier.go#L196: raceReadObjectPC(typ, src, getcallerpc(), abi.FuncPCABIInternal(reflect_typedmemmove))
race0.go#L19: func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
select.go#L396: raceReadObjectPC(c.elemtype, cas.elem, casePC(casi), chansendpc)
select.go#L451: raceReadObjectPC(c.elemtype, cas.elem, casePC(casi), chansendpc)
select.go#L492: raceReadObjectPC(c.elemtype, cas.elem, casePC(casi), chansendpc)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |